docs: use apostrophe in *'ll
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 7 Feb 2014 18:35:54 +0000 (13:35 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 7 Feb 2014 18:35:54 +0000 (13:35 -0500)
16 files changed:
gdk/gdkpango.c
gdk/gdkwindow.c
gdk/x11/gdkkeys-x11.c
gtk/deprecated/gtkiconfactory.c
gtk/gtkaccelmap.c
gtk/gtkdrawingarea.c
gtk/gtkentry.c
gtk/gtkfilesystem.c
gtk/gtkicontheme.c
gtk/gtklabel.c
gtk/gtkplacessidebar.c
gtk/gtkscale.c
gtk/gtkselectionprivate.h
gtk/gtktestutils.c
gtk/gtktextbuffer.c
gtk/gtkwindow.c

index ba46f2a68b9978d0eafa18eb700786d534cba598..669b0d15351a3fa1570a167198ea648b027cdb6c 100644 (file)
@@ -38,7 +38,7 @@
  *
  * Creating a #PangoLayout object is the first step in rendering text,
  * and requires getting a handle to a #PangoContext. For GTK+ programs,
- * you'll usually want to use gtk_widget_get_pango_context(), or
+ * youll usually want to use gtk_widget_get_pango_context(), or
  * gtk_widget_create_pango_layout(), rather than using the lowlevel
  * gdk_pango_context_get_for_screen(). Once you have a #PangoLayout, you
  * can set the text and attributes of it with Pango functions like
index ed7f169d4ae5111603dc8a64cd617a155a2c4f6b..d149407e3b12f2d386fecded10de1a1da2deb6fe 100644 (file)
@@ -5812,7 +5812,7 @@ gdk_window_set_background_pattern (GdkWindow *window,
  *
  * Gets the pattern used to clear the background on @window. If @window
  * does not have its own background and reuses the parent's, %NULL is
- * returned and you'll have to query it yourself.
+ * returned and youll have to query it yourself.
  *
  * Returns: (transfer none): The pattern to use for the background or
  *     %NULL to use the parent’s background.
index 5d0c86e337f4f642374e88ba524b5e67573949f0..c45a9714449e049e3cc1d7fba0b8512aa20a9c45 100644 (file)
@@ -236,7 +236,7 @@ get_xkb (GdkX11Keymap *keymap_x11)
 #endif /* HAVE_XKB */
 
 /* Whether we were able to turn on detectable-autorepeat using
- * XkbSetDetectableAutorepeat. If FALSE, we'll fall back
+ * XkbSetDetectableAutorepeat. If FALSE, well fall back
  * to checking the next event with XPending().
  */
 
index 9ab1b64aa55e4c0adf4ab74517d27f02c3ac9717..b369004d8d4fdbd67e12baca789cf169a5a28c2b 100644 (file)
@@ -1879,7 +1879,7 @@ gtk_icon_set_get_sizes (GtkIconSet   *icon_set,
  *
  * If you want to use a different base pixbuf for different icon
  * variants, you create multiple icon sources, mark which variants
- * they'll be used to create, and add them to the icon set with
+ * theyll be used to create, and add them to the icon set with
  * gtk_icon_set_add_source().
  *
  * By default, the icon source has all parameters wildcarded. That is,
index aca7705cb9962e0de7cd0fc00b78f3da88d09ff0..046d3a506fd407f909fa6fe21154911f953b8c04 100644 (file)
@@ -45,7 +45,7 @@
  * Accelerator maps are used to define runtime configurable accelerators.
  * Functions for manipulating them are are usually used by higher level
  * convenience mechanisms like #GtkUIManager and are thus considered
- * “low-level”. You'll want to use them if you're manually creating menus that
+ * “low-level”. Youll want to use them if you're manually creating menus that
  * should have user-configurable accelerators.
  *
  * An accelerator is uniquely defined by:
index f2775ea803613b183dbf46605a36d06ceb653f22..c72193bd329e9112e8a2c0e463125399573c850d 100644 (file)
@@ -97,7 +97,7 @@
  * You can also force an expose event by adding to the “damage region”
  * of the drawing area’s window; gtk_widget_queue_draw_area() and
  * gdk_window_invalidate_rect() are equally good ways to do this.
- * You'll then get a draw signal for the invalid region.
+ * Youll then get a draw signal for the invalid region.
  *
  * The available routines for drawing are documented on the
  * [GDK Drawing Primitives][gdk3-Cairo-Interaction] page
index 4fbfb0d8bb400fa8c74c5fcbba92f4a584c0ff53..6c364a611e81eac916763b090c19c245210e5029 100644 (file)
@@ -8107,7 +8107,7 @@ gtk_entry_text_index_to_layout_index (GtkEntry *entry,
  * is clicked.
  * 
  * Note that as the user scrolls around in the entry the offsets will
- * change; you'll need to connect to the “notify::scroll-offset”
+ * change; youll need to connect to the “notify::scroll-offset”
  * signal to track this. Remember when using the #PangoLayout
  * functions you need to convert to and from pixels using
  * PANGO_PIXELS() or #PANGO_SCALE.
index f6b4e025ddb90ad0938a7a7009586d972bf14ec8..6508ee8195e76d8f1de2ee9d2b213f933d719333 100644 (file)
@@ -41,7 +41,7 @@
 
 /* The pointers we return for a GtkFileSystemVolume are opaque tokens; they are
  * really pointers to GDrive, GVolume or GMount objects.  We need an extra
- * token for the fake “File System” volume.  So, we'll return a pointer to
+ * token for the fake “File System” volume.  So, well return a pointer to
  * this particular string.
  */
 static const gchar *root_volume_token = N_("File System");
index 84a4bb2db70caa9ad47b2fcdabf689be40896885..05a1ef09d81d7f320accb69eb91507f14f2ea548 100644 (file)
@@ -435,7 +435,7 @@ G_DEFINE_TYPE_WITH_PRIVATE (GtkIconTheme, gtk_icon_theme, G_TYPE_OBJECT)
  * 
  * Creates a new icon theme object. Icon theme objects are used
  * to lookup up an icon by name in a particular icon theme.
- * Usually, you'll want to use gtk_icon_theme_get_default()
+ * Usually, youll want to use gtk_icon_theme_get_default()
  * or gtk_icon_theme_get_for_screen() rather than creating
  * a new icon theme object for scratch.
  * 
index 48bcac9eee8a355d3ac67b8994860dade592d0e6..44196083a41c787dff6510a2515f5385271722ff 100644 (file)
  * The markup passed to gtk_label_set_markup() must be valid; for example,
  * literal &lt;, &gt; and &amp; characters must be escaped as \&lt;,
  * \gt;, and \&amp;. If you pass text obtained from the user, file,
- * or a network to gtk_label_set_markup(), you'll want to escape it with
+ * or a network to gtk_label_set_markup(), youll want to escape it with
  * g_markup_escape_text() or g_markup_printf_escaped().
  *
  * Markup strings are just a convenient way to set the #PangoAttrList on
index 97034ec4e45109663a9a87ab0c1716c0e8950256..19af1df342636359dbceddc89069e1a05c8bebb9 100644 (file)
 
 /* These are used when a destination-side DND operation is taking place.
  * Normally, when a file is being hovered directly over a bookmark,
- * we'll be in DROP_STATE_NORMAL.
+ * well be in DROP_STATE_NORMAL.
  *
  * But when a file is being hovered between bookmarks, this means the user
  * may want to create a new bookmark for that file between those bookmarks.
index 7f6a4ab8b97f91507dea3bf2440a069ae9448a92..44ecabb7f989ea099cc4c468d1be3e689529fae9 100644 (file)
@@ -50,7 +50,7 @@
  * @Title: GtkScale
  *
  * A GtkScale is a slider control used to select a numeric value. 
- * To use it, you'll probably want to investigate the methods on
+ * To use it, youll probably want to investigate the methods on
  * its base class, #GtkRange, in addition to the methods for GtkScale itself.
  * To set the value of a scale, you would normally use gtk_range_set_value().
  * To detect changes to the value, you would normally use the
index 8d557e827043f7812c149240c2a68e1e6dd9e981..e3a4aa55b179f1407d18e0c0ccce34aca4076819 100644 (file)
@@ -23,7 +23,7 @@
  * ignored. This structure has object semantics - no fields should be
  * modified directly, they should not be created directly, and
  * pointers to them should not be stored beyond the duration of a
- * callback. (If the last is changed, we'll need to add reference
+ * callback. (If the last is changed, well need to add reference
  * counting.) The time field gives the timestamp at which the data was
  * sent.
  */
index e07a14d89652366987017186a7c6ce847327236a..05bd21dc1bbf402755dfc4e8587396b973ee490f 100644 (file)
@@ -52,7 +52,7 @@
  * This function is used to initialize a GTK+ test program.
  *
  * It will in turn call g_test_init() and gtk_init() to properly
- * initialize the testing framework and graphical toolkit. It'll 
+ * initialize the testing framework and graphical toolkit. Itll 
  * also set the program’s locale to “C” and prevent loading of rc 
  * files and Gtk+ modules. This is done to make tets program
  * environments as deterministic as possible.
@@ -444,7 +444,7 @@ gtk_test_find_widget (GtkWidget    *widget,
  * @percentage: value between 0 and 100.
  *
  * This function will adjust the slider position of all GtkRange
- * based widgets, such as scrollbars or scales, it'll also adjust
+ * based widgets, such as scrollbars or scales, itll also adjust
  * spin buttons. The adjustment value of these widgets is set to
  * a value between the lower and upper limits, according to the
  * @percentage argument.
@@ -562,7 +562,7 @@ gtk_test_text_get (GtkWidget *widget)
  *    name-value pairs, terminated by %NULL
  *
  * This function wraps g_object_new() for widget types.
- * It'll automatically show all created non window widgets, also
+ * Itll automatically show all created non window widgets, also
  * g_object_ref_sink() them (to keep them alive across a running test)
  * and set them up for destruction during the next test teardown phase.
  *
index 41142107e45d5096b3e1c811ee5d5de878aa90a9..98454293313f6f8ac0269c817fbc1fd4bdda120a 100644 (file)
@@ -3772,7 +3772,7 @@ remove_all_selection_clipboards (GtkTextBuffer *buffer)
  * pasted text will be inserted at the cursor position, or the buffer selection
  * will be replaced if the selection is non-empty.
  *
- * Note: pasting is asynchronous, that is, we'll ask for the paste data and
+ * Note: pasting is asynchronous, that is, well ask for the paste data and
  * return, and at some point later after the main loop runs, the paste data will
  * be inserted.
  **/
index 17d22c63178828c72657b55733833d4b159db6ce..50ca49bf3c9824ea82c3524b30747be6f31e155a 100644 (file)
@@ -7498,7 +7498,7 @@ gtk_window_get_resize_grip_area (GtkWindow    *window,
 }
 
 /* the accel_key and accel_mods fields of the key have to be setup
- * upon calling this function. it'll then return whether that key
+ * upon calling this function. itll then return whether that key
  * is at all used as accelerator, and if so will OR in the
  * accel_flags member of the key.
  */